home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************
- CNeoText.h
-
- *****************************************************************/
-
- #define _H_CNeoText
- #include "CEditText.h"
-
- class CNeoText : public CEditText {
-
- public:
- void INeoText( CView *anEnclosure,
- CBureaucrat *aSupervisor,
- short aWidth,
- short aHeight,
- short aHEncl,
- short aVEncl,
- SizingOption aHSizing,
- SizingOption aVSizing);
-
- void GetTextString(Str255 text);
- };